func net/http/pprof.collectProfile

3 uses

	net/http/pprof (current package)
		pprof.go#L294: 	p0, err := collectProfile(p)
		pprof.go#L315: 	p1, err := collectProfile(p)
		pprof.go#L339: func collectProfile(p *pprof.Profile) (*profile.Profile, error) {